In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle~IsSurroundedBy / IsSurroundedBy(GdPictureRectangle,Single) Method

IsSurroundedBy(GdPictureRectangle,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function IsSurroundedBy( _

   ByVal rect As GdPictureRectangle, _

   ByVal threshold As Single _

) As Boolean
public bool IsSurroundedBy( 

   GdPictureRectangle rect,

   float threshold

)
public function IsSurroundedBy( 

    rect: GdPictureRectangle;

    threshold: Single

): Boolean; 
public function IsSurroundedBy( 

   rect : GdPictureRectangle,

   threshold : float

) : boolean;
public: bool IsSurroundedBy( 

   GdPictureRectangle* rect,

   float threshold

) 
public:

bool IsSurroundedBy( 

   GdPictureRectangle^ rect,

   float threshold

) 

Parameters

rect
threshold
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members
Overload List